home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Hash_DeleteEntry C Library Procedures Hash_DeleteEntry
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Hash_DeleteEntry - remove an existing entry from a hash
- table
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<hhaasshh..hh>>
-
- HHaasshh__DDeelleetteeEEnnttrryy(_t_a_b_l_e_P_t_r, _e_n_t_r_y_P_t_r)
-
- AARRGGUUMMEENNTTSS
- Hash_Table *_t_a_b_l_e_P_t_r (in) Table in which to delete
- entry.
-
- Hash_Entry *_e_n_t_r_y_P_t_r (in) Address of entry to
- delete (must exist in
- table). If NULL, the
- procedure does nothing.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- HHaasshh__DDeelleetteeEEnnttrryy removes the given entry from the given
- table.
-
-
- KKEEYYWWOORRDDSS
- delete, hash table
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: November 17, 1989 1
-
-
-
-